- 03 Feb, 2020 40 commits
-
-
Mark Florian authored
This removes various utility/support code that was needed during the existence of the `parsed_license_report` feature flag. Part of [Remove parsed_license_report flag from front end code][1]. [1]: https://gitlab.com/gitlab-org/gitlab/issues/37271
-
Natalia Tepluhina authored
Remove parsed_license_report feature flag code branches See merge request gitlab-org/gitlab!24007
-
Bob Van Landuyt authored
Generalize copying of events within AttributesRewriter Closes #38096 See merge request gitlab-org/gitlab!24047
-
Sean McGivern authored
Mention named HTTP status codes in dev docs See merge request gitlab-org/gitlab!24214
-
Walmyr Lima e Silva Filho authored
Wait longer for push events Closes #198479 and #197393 See merge request gitlab-org/gitlab!24238
-
Mark Florian authored
This removes the frontend code branches for the `parsed_license_report` feature flag, and removes unused Vuex store actions/mutations. Part of [Remove parsed_license_report flag from front end code][1]. [1]: https://gitlab.com/gitlab-org/gitlab/issues/37271
-
Kushal Pandya authored
Fix broken master Closes #201732 See merge request gitlab-org/gitlab!24259
-
Michael Kozono authored
Remove duplicated with_request_store spec-metadata See merge request gitlab-org/gitlab!24082
-
Bob Van Landuyt authored
The `with_request_store` metadata already lived inside `spec_helper` so we don't need another one. This also replaces the `before` and `after` blocks for handling the request store with a single around block. The advantage of that is that this `around` block would be wrapped around any `around` blocks defined inside the specs. Which I think is more predictable behaviour.
-
Phil Hughes authored
Merge branch '14806-tooltips-on-issue-boards-remain-on-screen-even-after-you-move-your-cursor' into 'master' Hide board tooltips when dragging See merge request gitlab-org/gitlab!24239
-
Phil Hughes authored
Update compression-webpack-plugin and copy-webpack-plugin Closes #199697 See merge request gitlab-org/gitlab!22456
-
Imre Farkas authored
Remove all usage of :workflow_rules feature flag Closes #29654 See merge request gitlab-org/gitlab!23278
-
Lukas Eipert authored
This fixes two file imports after we have update our eslint rules.
-
Kushal Pandya authored
Add time picker to logs page Closes #197879 See merge request gitlab-org/gitlab!23837
-
Bob Van Landuyt authored
Bump auto-deploy-image to 0.9.1 See merge request gitlab-org/gitlab!24231
-
James Lopez authored
Add source & content parameters to SaaS trials See merge request gitlab-org/gitlab!23272
-
Alper Akgun authored
Add source & content parameters to SaaS trials to differentiate internal gitlab.com trials
-
Achilleas Pipinellis authored
Fix missing quote in go code example See merge request gitlab-org/gitlab!24215
-
Achilleas Pipinellis authored
Replace 'bundle exec' with 'bin/rake' in dangerbot.md See merge request gitlab-org/gitlab!24252
-
Natalia Tepluhina authored
Add "handling errors" section to FE graphql docs See merge request gitlab-org/gitlab!24143
-
Tom Quirk authored
-
Thong Kuah authored
Defer adding of GraphQL middleware See merge request gitlab-org/gitlab!24142
-
Natalia Tepluhina authored
Extract settings form to shared reusable one See merge request gitlab-org/gitlab!24074
-
Nicolò Maria Mezzopera authored
- constants moved - utils moved and improved
-
Rémy Coutable authored
-
Rémy Coutable authored
Merge branch '200086-investigate-rspec-ee-pg9-unit-duration-increase-from-17-to-30-minutes' into 'master' Double parallel count for `rspec-ee unit *` Closes #200086 See merge request gitlab-org/gitlab!24245
-
Miguel Rincon authored
Add the datepicker component to the logs page and connect it to the Vuex store. Fixes a few style issues in the component, so it can adapt to more layouts.
-
Shinya Maeda authored
Support `license_scanning` in MR and Pipeline See merge request gitlab-org/gitlab!23537
-
Tetiana Chupryna authored
Add tests for license_scanning
-
Natalia Tepluhina authored
Upgrade @gitlab/eslint-config to v2.1.1 See merge request gitlab-org/gitlab!24099
-
Paul Gascou-Vaillancourt authored
- Converted identifiers to camelCase when possible - Removed outdated camelcase ignores - Ignored babel/camelcase everywhere else
-
Phil Hughes authored
Bug: Sentry Integration shows project 'name' instead of 'slug' Closes #200009 See merge request gitlab-org/gitlab!24176
-
Phil Hughes authored
Updated sizes for gl-loading-icon See merge request gitlab-org/gitlab!24203
-
Phil Hughes authored
Change copy to clipboard icon See merge request gitlab-org/gitlab!23983
-
Pedro Moreira da Silva authored
-
James Lopez authored
Refactor code in PruneOldEventsWorker & PruneWebHookLogsWorker See merge request gitlab-org/gitlab!24075
-
Thong Kuah authored
Fix emails on push integrations created before 12.7 See merge request gitlab-org/gitlab!23699
-
Albert Salim authored
-
Heinrich Lee Yu authored
This is so that we don't autoload GitlabSchema in our initializer which ends up autoloading all our GraphQL related classes. This causes a very long deprecation message in Rails 6
-
Heinrich Lee Yu authored
We added a new branches_to_be_notified property and old integrations were not working because these defaulted to nil
-