- 20 Jun, 2019 2 commits
-
-
Fernando authored
First pass at license pagination * Paginate license management client side * Refactor license list into seperate component Add string filtering to license names * Add search input to query on license name Add add license button * Refactor add license button to be a slot Clean up styles and button state logic * Clean up alignment * Disable button when dorpdown is open Remove client side alphabetical sorting * Let the databse return order by date Refactor list to use row slot Further abstract pagination list compnent Finish refactor of paginated list * Refactor component into generic paginated list component * Add additional style tweaks + responsive classes Run prettier Update license_management_spec Run Prettier Add unit tests for paginated list component * Refactor template to be valid html (li in ul) * Add jest unit tests Add additional unit tests * Add unit tests around pagination and search states Add unit tests for filter props Pretty print, lint, and add changelog Update po files Regernate pot file Backport EE changes * Update paginated list component * Update specs and snapshot Add POT file Update default copy for pagianted list * update copy for empty and empty search result states Update pot file Backport changes from EE merge request * Paginaed list component and specs Backport EE changes Update paginated list snapshot Update license management docs and images Backport paginated-list component from EE Link to gitlab-ui artifacts job Match gitlab ui build to EE Update pot file Backport Paginated list changes Set gitlab-ui to temp artifact Add changelog
-
Stan Hu authored
fix(favicon): get favicon_path, so it works also with uploads object store See merge request gitlab-org/gitlab-ce!29482
-
- 19 Jun, 2019 38 commits
-
-
Stan Hu authored
Updating CE repo to include new EE users API changes See merge request gitlab-org/gitlab-ce!29581
-
Michael Leopard authored
Updated users API documentation Moved API level changes to the service level
-
Mike Lewis authored
Update gitaly docs to enumerate how to eliminate NFS altogether See merge request gitlab-org/gitlab-ce!29812
-
Stan Hu authored
Fix N+1 problem in `JobsController#index` See merge request gitlab-org/gitlab-ce!29839
-
Mike Lewis authored
-
Mayra Cabrera authored
CE backport for changes in EE MR 14017 See merge request gitlab-org/gitlab-ce!29328
-
Luke Duncalfe authored
This backports to CE changes to allow the EE model DesignManagement::Repository to override the #attributes_at method to provide its own git attributes. The #attributes_at method was freely available, as it's never called by anything in the app. It looks like the code that called it got refactored out of existence in ca66a04f. It was still being called in a spec https://gitlab.com/gitlab-org/gitlab-ce/blob/85b29c1c2fa3b94d7371cf454c485457a0756cb1/spec/services/files/create_service_spec.rb#L40 which I've left because with the change in Lfs::FileTransformer in fact is now again the perfect test! See EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14017 And these comment threads https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178002089 https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178049984
-
Annabel Dunstone Gray authored
Fix Double Border in Profile Page Closes #63227 See merge request gitlab-org/gitlab-ce!29784
-
Yoginth authored
-
Annabel Dunstone Gray authored
Fix nested lists unnecessary margin Closes #33744 See merge request gitlab-org/gitlab-ce!29775
-
Kuba Kopeć authored
-
Mike Greiling authored
Add watch option to test script See merge request gitlab-org/gitlab-ce!29560
-
Paul Gascou-Vaillancourt authored
-
Robert Speicher authored
Use NotesFinder to get Noteable See merge request gitlab-org/gitlab-ce!28205
-
Mike Greiling authored
Use @vue/test-utils for tooltip_on_truncate_spec See merge request gitlab-org/gitlab-ce!29249
-
Robert Speicher authored
Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790
-
Filipa Lacerda authored
Added forked projects API call function See merge request gitlab-org/gitlab-ce!29841
-
Lin Jen-Shin authored
Fix syntax coloring on emacs See merge request gitlab-org/gitlab-ce!29844
-
Marcia Ramos authored
Fix typo in doc/user/project/pipelines/settings.md See merge request gitlab-org/gitlab-ce!29851
-
Stan Hu authored
Change automaticallyl -> automatically
-
Sanad Liaquat authored
Backport EE MR See merge request gitlab-org/gitlab-ce!29853
-
Lin Jen-Shin authored
When using suggestions, squash must be enabled See merge request gitlab-org/gitlab-ce!29687
-
Achilleas Pipinellis authored
-
-
Kamil Trzciński authored
Run static memory benchmarks from 'derailed_benchmarks' in CI See merge request gitlab-org/gitlab-ce!29618
-
Kushal Pandya authored
Resolve "Username availability checker breaks inline validation" Closes #62980 See merge request gitlab-org/gitlab-ce!29678
-
Jiaan authored
-
Grzegorz Bizon authored
Knative version bump 0.5 -> 0.6 See merge request gitlab-org/gitlab-ce!28798
-
Chris Baumbauer authored
-
Nick Thomas authored
Now MySQL is no longer supported, we need to change the docs
-
Nick Thomas authored
MySQL support has been removed
-
Kamil Trzciński authored
Adds missing class in collapsible sections Closes #63417 See merge request gitlab-org/gitlab-ce!29804
-
Nick Thomas authored
Backport of 12014-incremental-es-wiki-updates See merge request gitlab-org/gitlab-ce!29531
-
Marin Jankovski authored
Docs: Correct upgrade guides for 12.0 See merge request gitlab-org/gitlab-ce!29846
-
pjaspers authored
So funny story, true story. I tried to run the test locally, but didn't make it past setting up Gitaly. Here's what I tried: First attempt: `git clone gitlab-ce` `cd gitlab-ce && bundle install` `be rspec` This didn't work because I was missing the config/database.yml, I didn't see a `script/bootstrap` so I looked in the readme which redirected me to a webpage which redirected me to the gitlab-development-kit. Second attempt: `gem install gitlab-development-kit` cd gitlab-development-kit gdk init gdk isntall This broke somwhere along the way because it couldn't install Gitaly because my go version was too low. But it did clone the gitlab repo again and this time it did have a config/database.yml. So I tried to cd into it and `be rspec spec/lib/gitlab/database/migration_helpers_spec.rb` which complained about the database not being configured so I: - Changed the socket to localhost (in the config/database.yml) - `createdb <dev_db>` `createdb test_db` - `be rake db:test:prepare` Great success, it was doing things! But then failed when it came at the Gitaly step. Since I only want to change these three lines, at the point I gave up and entrusted the pipeline to do its thing. What I would have liked: - A 'It's a Rails system, I know this' readme/docs (It's in there somewhere just couldn't find it) - A way to run tests without having to use Gitaly - Not having too install all the things for a small fix (I get why'd you want this, but to me it's overkill)
-
Yorick Peterse authored
It's fine to upgrade from 11.11.x to 12.x, so we remove the requirement to first upgrade to 12.0.x.
-
Filipa Lacerda authored
Will apply identation from CSS to collapsible sections
-
Nick Thomas authored
Merge branch '63399-intermittent-spec-failure-in-spec-models-ci-pipeline_schedule_spec-rb-131' into 'master' Resolve "Intermittent spec failure in spec/models/ci/pipeline_schedule_spec.rb:131" Closes #63399 See merge request gitlab-org/gitlab-ce!29838
-