An error occurred fetching the project authors.
- 01 Jun, 2019 1 commit
-
-
Stan Hu authored
-
- 31 May, 2019 16 commits
-
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
Nick Thomas authored
-
Luke Picciau authored
Change query to work on mysql as well. Also set entire date because setting only the year can trip 'start_date_should_be_less_than_due_date'
-
Katrin Leinweber authored
-
Brandon Labuschagne authored
This reverts merge request !28712
-
Bob Van Landuyt authored
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
-
Bob Van Landuyt authored
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
-
antonyliu authored
-
antonyliu authored
Move .html_safe outside of the _() so the parser picks up on the translation.
-
antonyliu authored
-
antonyliu authored
-
antonyliu authored
-
antonyliu authored
-
antonyliu authored
Move .html_safe outside of the _() so the parser picks up on the translation.
-
antonyliu authored
-
antonyliu authored
-
- 30 May, 2019 20 commits
-
-
Katrin Leinweber authored
-
antony liu authored
-
antony liu authored
Port from CE. See merge requese gitlab-org/gitlab-ce!28653
-
Heinrich Lee Yu authored
Also fixes static-analysis error
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Romain Maneschi authored
-
antony liu authored
-
antony liu authored
-
Mike Scott authored
* Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
-
Heinrich Lee Yu authored
-
antonyliu authored
Move .html_safe outside of the _() so the parser picks up on the translation.
-
antonyliu authored
-
antonyliu authored
-
antonyliu authored
Move .html_safe outside of the _() so the parser picks up on the translation.
-
antonyliu authored
-
antonyliu authored
-
antonyliu authored
Move .html_safe outside of the _() so the parser picks up on the translation.
-
antonyliu authored
Move .html_safe outside of the _() so the parser picks up on the translation.
-
Chris Toynbee authored
-
- 29 May, 2019 3 commits
-
-
Romain Maneschi authored
-
Brett Walker authored
- adding a "Manual" option to the dropdown - show 100 issues list when manually sorting
-
Peter Marko authored
-